home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / time_clock.lha / TimeClock.README < prev   
Text File  |  1995-10-07  |  5KB  |  130 lines

  1. ============================================================================
  2.       TimeClock, v1.5; A Replacement for your "T" Command, by Dotoran!
  3. ============================================================================
  4.  
  5. What is it?
  6. ~~~~~~~~~~
  7.     This program is a program you can use in place of your "T" command, or
  8. as a stand alone pfile program. It uses the BIG NUMBERS that my previous
  9. "BIG_CPS_Speed" file used. There is also an ASCII equivalent built into the
  10. program. To see exactly what this programs output looks like, add it into
  11. your PFILES: directory as a standard Arexx program file and run it.
  12.  
  13. Installing it:
  14. ~~~~~~~~~~~~~
  15.     If you wish to add it to your BBSTEXT (as a replacement "T" command),
  16. here's how: (from using my v3.05c BBSTEXT)
  17.  
  18. Locate line 283 in your BBSTEXT. It should look something like this:
  19.  
  20. \n1This is your %d%s call, the system's %d%s.\n1
  21.  
  22. Looking at the four lines ABOVE this line, you should see this:
  23.  
  24. st
  25. nd
  26. rd
  27. th
  28.  
  29. If you DO see this, then you have the right line. Alright, what you need to
  30. do is REPLACE the line 283 above with this command:
  31.  
  32.         {#0pfiles:timeclock}
  33.         ^
  34.     Control-Q
  35.  
  36. This should be the ONLY text that appears on line 283. Now, replace lines
  37. 284 thru 293 with the following:
  38.  
  39.     {}
  40.     ^
  41. Control-Q
  42.  
  43. This is an EMPTY MCI clause that will simply be used to tag the empty lines.
  44. ALL other characters on these lines should be deleted. When your done, the
  45. line range 282 thru 294 should look like this:
  46.  
  47. 282: th
  48. 283: {#0cnet:timeclock}
  49. 284: {}
  50. 285: {}
  51. 286: {}
  52. 287: {}
  53. 288: {}
  54. 289: {}
  55. 290: {}
  56. 291: {}
  57. 292: {}
  58. 293: {}
  59. 294: Feedback
  60.  
  61. Remember, the { symbol at the start of each line is actually a CONTROL-Q.
  62. Lines 284 thru 293 need to be deleted, so they won't be displayed when the
  63. "T" command is executed.
  64.  
  65. Now move the "TimeClock" file into your PFILES: section and your done.
  66.  
  67. Customizing:
  68. ~~~~~~~~~~~
  69.     If you've ever used something written by me as of late, you'll notice I
  70. like to include ways for the SysOp to customize the output. Well, as usual,
  71. I've done it with this file as well. Near the beginning of the "TimeClock"
  72. file, you'll find five "v" variables. Here's what they do:
  73.  
  74. v1 : Contains FIVE (5) MCI Color Codes, each separated by ONE (1) Space.
  75.      These codes define the colors to use when displaying "Current Time"
  76.         1st: Color of text "Current Time".
  77.         2nd: Color of colon after text above.
  78.         3rd: Color of BIG Numbers used for HOURS and MINUTES.
  79.         4th: Color of BIG Colon BETWEEN above BIG Numbers.
  80.         5th: Color of BIG Letters AM (or PM) displayed AFTER the Time.
  81.              Note: If time is to be displayed in 24 Hour Format, the
  82.                    use of AM/PM will be suppressed, however you will
  83.                    still need to supply a color code within this variable.
  84.  
  85. v2 : Contains FIVE (5) MCI Color Codes, each separated by ONE (1) Space.
  86.      These codes define the colors to use when displaying "Logon Time"
  87.         1st: Color of text "Your Logon Time".
  88.         2nd: Color of colon after text above.
  89.         3rd: Color of BIG Numbers used for HOURS and MINUTES.
  90.         4th: Color of BIG Colon BETWEEN above BIG Numbers.
  91.         5th: Color of BIG Letters AM (or PM) displayed AFTER the Time.
  92.              Note: If time is to be displayed in 24 Hour Format, the
  93.                    use of AM/PM will be suppressed, however you will
  94.                    still need to supply a color code within this variable.
  95.  
  96. v3 : Contains THREE (3) MCI Color Codes, each separated by ONE (1) Space.
  97.      These codes define the colors to use when displaying "Minutes Online"
  98.         1st: Color of text "Minutes Online".
  99.         2nd: Color of colon after text above.
  100.         3rd: Color of BIG Numbers used to display MINUTES.
  101.  
  102. v4 : Contains EIGHT (8) MCI Color Codes, each separated by ONE (1) Space.
  103.      These codes define the colors to use when displaying the text and values
  104.      that appear at the BOTTOM of the display.
  105.         1st: Color of all "regular" text.
  106.         2nd: Color of the value of "Your Total Calls".
  107.         3rd: Color of the value of "Total System Calls".
  108.         4th: Color of the text "Total Calls"
  109.         5th: Color of the NAME of the BBS. (Name plucked from "bbsconfig3")
  110.         6th: Color of the value of "Total Minutes Left This Call".
  111.         7th: Color of parenthesis surrounding text "enter".
  112.         8th: Color of the text "enter".
  113.  
  114. v5 : This is a string of SPACES. This is the gutter that'll be used between
  115.      each of the BIG Characters displayed on the screen. As set by default,
  116.      there will be TWO (2) spaces placed between each BIG Character. Play
  117.      around with this setting until you find the one you like best.
  118.  
  119. SysOp Ascii Check:
  120. ~~~~~~~~~~~~~~~~~
  121.     If you're the SysOp (Local Port) that is using this program, you can view
  122. the ASCII equivalent of this screen by changing your "Graphics Set" using the
  123. "ET" command to Ascii.
  124.  
  125.     Well, that's it! Hope you enjoy this program!
  126.  
  127. ============================================================================
  128.                                 The End!
  129. ============================================================================
  130.